Version: v2.1 (Date: 2019-01-20)
Bug Fixes:   
- Removed unnecessary code from kitchen panel
- Show tables name to POS, Bar, Waiter panel if multiple tables. Show None if there is no table in a order.
Improvements:   
- Shows multiple tables name where its necessary 
New Features:    
Please add/replace these files to respective locations(create folder wherever needed):
application/controllers/Bar.php
application/controllers/Kitchen.php
application/controllers/Sale.php
application/models/Bar_model.php
application/models/Kitchen_model.php
application/models/Sale_model.php
application/views/bar/panel.php
application/views/kitchen/panel.php
application/views/sale/POS/main_screen.php
application/views/sale/print_kot.php
application/views/sale/print_kot_temp.php
assets/POS/js/custom.js
assets/bar_panel/js/custom.js
assets/kitchen_panel/js/custom.js  
Please run these SQL in your Database:
ALTER TABLE `tbl_orders_table` ADD `del_status` VARCHAR(20) NOT NULL DEFAULT 'Live' AFTER `table_id`;
